cody - HTMLify profile

cody
4270 Files
632080 Views
Latest files of /cody/vishal-dcode/Content Placeholder
const header = document.querySelector("[header]");
const title = document.querySelector("[card-title]");
const excerpt = document.querySelector("[excerpt]");
const profile_img = document.querySelector("[profile-img]");
const name = document.querySelector("[author-name]");
const date = document.querySelector("[author-date]");
const animated_bgs = document.querySelectorAll(".animated-bg");
const title = document.querySelector("[card-title]");
const excerpt = document.querySelector("[excerpt]");
const profile_img = document.querySelector("[profile-img]");
const name = document.querySelector("[author-name]");
const date = document.querySelector("[author-date]");
const animated_bgs = document.querySelectorAll(".animated-bg");
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";
* {
box-sizing: border-box;
}
body {
background-color: #141414;
font-family: "Roboto", sans-serif;
display: flex;
* {
box-sizing: border-box;
}
body {
background-color: #141414;
font-family: "Roboto", sans-serif;
display: flex;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link